PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFMatrix Class / inverseTransformPoint Method / inverseTransformPoint(PDFPoint) Method
Point to transform.
In This Topic
    inverseTransformPoint(PDFPoint) Method
    In This Topic
    Applies the geometric transform represented by the inverse of this matrix to a specified point.
    Syntax
    public PDFPoint inverseTransformPoint( 
       PDFPoint point
    )

    Parameters

    point
    Point to transform.

    Return Value

    Transformed point.
    See Also